home *** CD-ROM | disk | FTP | other *** search
- Small docfile for the editor.
- =============================
-
- No copyright, no shareware, just enjoy....
-
- Features : Edits users both on- and offline.
- Sends nodemessages
- CreditRecord is compatible with the 'Creditor'.
-
- How to install the editor.
-
-
- Copy the files to DOORS:RobTools/Editor/
-
- (Except saveupdownload, this goes to DOORS:/RobTools/)
-
-
- How to run the door.
-
- CMD = "E" 250-255
- {
- XenolinkDoor "Doors:RobTools/Editor/Editor ~20 10"
- }
-
- The second parameter is the first computer in your
- computerlist.config that is not an amiga.
- (assuming the first are Amiga's and the rest are not)
-
- Note:
-
- - Although it is possible to change the name of one of the
- online users, it is not possible to save this change.
- (the door will tell you this..)
- If you change the name of an online user to the same name as
- one of your other users then you MUST change it back before he
- logs out. The other users record might be damaged if you do not
- change it back. You can use the savename.rexx and checkname.rexx
- utilities in your login and logout menu to remind you.
-
- (login menu) REXX "Doors:RobTools/SaveName.rexx ~14 ~100"
- (logout menu) REXX "Doors:RobTools/CheckName.rexx ~14 ~100"
-
-
- The namechange function offers some nice possibilities.
-
- examples :
- - Cheating with doorgames...
- - Writing mail under a different name without
- creating a new account.
-
- - etc. etc...
-
-
- - Rebuild the user file after you have changed someone's
- alias. Otherwise he wil not be able to login with the
- new alias. (1.90)
-
- - The timeremaining field cannot be activated for an online user.
- This value will become active at the next login.
-
-
-
-
-
- The "saveupdownload" utility can be used
- to track a user's last upload and download (attempts).
-
- examples :
-
- CMD = "U"
- {
- XenolinkDoor "^3^15000^Doors:RobTools/SaveUpDownload ~20 ~40 ~46 ~50 UP"
- UploadToCurrentSection
- }
-
- CMD = "D"
- {
- XenolinkDoor "^3^15000^Doors:RobTools/SaveUpDownload ~20 ~40 ~46 ~50 DOWN"
- Download
- }
-
- Note:
-
-
-
- Please report any bugs and or remarks to : R. Veenman
- internet robvtnz@xs4all.nl
- TNZ bbs +31-2997-4260
- fido 2:280/208.3
-
-
-
- Suggestions for improvements are very very welcome.
-